View Latest Version View on GitHub
View Latest Version | View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / IsDispatching Property

Indicates whether the dispatcher is currently dispatching a message.

This is a public property.

public bool IsDispatching { get; }

Property type: bool.

See Also